-
Notifications
You must be signed in to change notification settings - Fork 301
django >=2.2, <=3.1 (drops 1.11) #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ugh, forgot that .travis.yml separately lists the environents. |
227c96b
to
9b74e1c
Compare
Codecov Report
@@ Coverage Diff @@
## master #823 +/- ##
=======================================
Coverage 97.08% 97.08%
=======================================
Files 58 58
Lines 3158 3158
=======================================
Hits 3066 3066
Misses 92 92 Continue to review full report at Codecov.
|
Thanks for looking out for this. I think we should wait with this PR though as DRF 3.11 is not officially supporting Django 3.1. Also locally on my machine the tests are failing with DRF 3.11 and Django 3.1. Reason seems that the See for example this job |
9b74e1c
to
dc8adfa
Compare
OK, I've updated setup.py to add py38, and django<3.2. Let's see if that at least fixes the travis job. |
@sliverc FYI - I've opened encode/django-rest-framework#7518 as it does appear that Django 3.1 is supported as of DRF 3.11.1 but the documentation is lagging. |
It was quicker to create a new PR #835 instead of updating this. Superseded therefore. |
Fixes #822, #803
Description of the Change
Remove Django 1.11 from and add Django 3.1 to test matrix, setup.py
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS